GET
/
local-consumer-types
/
{id}
/
[beta] Get overall setup for a local consumer type
curl --request GET \
  --url https://sandbox.prezio.eu/api/local-consumer-types/{id}/ \
  --header 'Authorization: <api-key>'
{
  "id": "lct_3",
  "key": "residential_c",
  "name": "Privatkunder (C)",
  "consumer_type": "RESIDENTIAL",
  "description": "Private residential customers in Denmark - Class C"
}

Authorizations

Authorization
string
header
required

Token-based authentication with required prefix "Token"

Path Parameters

id
string
required

Local consumer type identifier: lct_ prefixed id, numeric id, or key (prezio_code)

Query Parameters

country
enum<string>
required

ISO-3166 alpha-2 country code (used to ensure correct context)

Available options:
AT,
DE,
DK,
ES,
GB,
NO,
SE

Response

200
application/json

OK

The response is of type object.